home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / dissem / dissdemo.dir / 00794_Script_794 < prev    next >
Text File  |  1999-04-25  |  531b  |  29 lines

  1. on enterframe
  2.   puppetsprite 3, true
  3.   puppetsprite 4, true
  4.   puppetsprite 5, true
  5.  
  6.   puppetsprite 9, true
  7.   
  8.    if rollover (3) then set the castnum of sprite 3 = 780
  9.   else
  10.     set the castnum of sprite 3 = 773
  11.   end if
  12.   
  13.   if rollover (4) then set the castnum of sprite 4 = 781
  14.   else
  15.     set the castnum of sprite 4 = 778
  16.   end if
  17.   
  18.  
  19.   if rollover (9) then set the castnum of sprite 9 = 21
  20.   else
  21.     set the castnum of sprite 9 = 19
  22.   end if
  23.   
  24. end enterframe
  25.  
  26. on exitFrame
  27.   go to the frame
  28. end
  29.